home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / maple_st.swf / scripts / DefineButton2_1267 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-04-12  |  171 b   |  12 lines

  1. on(release){
  2.    if(select == true)
  3.    {
  4.       this._parent.selectfalseall();
  5.    }
  6.    else
  7.    {
  8.       this._parent.selectfalseall();
  9.       select = true;
  10.    }
  11. }
  12.